Make the info bar action area border the same as the internal spacing
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Mon, 15 Jul 2013 13:49:32 +0000 (09:49 -0400)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Mon, 15 Jul 2013 17:19:55 +0000 (13:19 -0400)
Using a consistent spacing feels much more polished.

gtk/gtkinfobar.ui

index f3b43fc2965e03fe70c8bf023838d13e94f37d81..ac003a3491d6199a9baf122c410e4f2385f767e2 100644 (file)
@@ -24,7 +24,7 @@
       <object class="GtkButtonBox" id="action_area">
         <property name="visible">True</property>
         <property name="can_focus">False</property>
-        <property name="border_width">5</property>
+        <property name="border_width">6</property>
         <property name="orientation">horizontal</property>
         <property name="spacing">6</property>
         <property name="layout_style">end</property>